 
 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../Images/Background1.jpg);
}
.HeadlineFormat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #999999;
	text-align: left;
}
.HeadlineList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: none;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 12pt;
	list-style-image: none;
	text-align: left;
}
.HeadlineListTodaysCalls {
	text-indent: -40px;
	list-style-image: none;
	list-style-type: none;
}


.thrColFixHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #08085e;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #A1A1A1;
	border-right-color: #A1A1A1;
	border-left-color: #A1A1A1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A1A1A1;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px;
	color: #000000;
	border: thin none #000000;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 3px 3px 3px;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 270px;
	margin-bottom: 0px;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.thrColFixHdr #footer {
	padding: 0 0px 0 0px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #666666;
	border-top-style: none;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.TableBoxHeadlineText {
	padding: 0px;
	width: 540px;
	border: thin none #000000;
	height: auto;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}
.HeadlineListMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: none;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 12pt;
	list-style-image: none;
	text-align: left;
	margin-left: -25px;
	margin-right: 20px;
}
.PollAveragesTopBorder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4A4772;
}
.StandardIndexContainer {
	background-image: url(../Images/SidebarBackground.png);
	padding: 2px;
	border: 3px double 091466;
}
